Skip to content

feat(common): add ssh signature support in git messages#751

Merged
genedna merged 5 commits into
gitmono-dev:mainfrom
el-ev:fix_ssh_sig
Dec 14, 2024
Merged

feat(common): add ssh signature support in git messages#751
genedna merged 5 commits into
gitmono-dev:mainfrom
el-ev:fix_ssh_sig

Conversation

@el-ev

@el-ev el-ev commented Dec 13, 2024

Copy link
Copy Markdown
Contributor

Closes #750.

@vercel

vercel Bot commented Dec 13, 2024

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
mega ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 14, 2024 1:56am

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

Comments suppressed due to low confidence (2)

common/src/utils.rs:83

  • The assertion assumes that all commit messages start with a newline, which might not always be the case. Consider a more flexible check.
assert!(msg_gpg.starts_with('\n'), "commit message format error");

libra/src/command/mod.rs:2

  • The parameter name ojb_id is a typo. It should be obj_id.
fn save_object<T>(object: &T, ojb_id: &SHA1) -> Result<(), GitError>

@genedna
genedna added this pull request to the merge queue Dec 14, 2024
Merged via the queue into gitmono-dev:main with commit 414ef7b Dec 14, 2024
@el-ev
el-ev deleted the fix_ssh_sig branch December 14, 2024 05:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

libra log panics

3 participants